

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 44px auto 0 auto;
  padding: 0px 0px 0px 0px;
  background: #FFF url(../images/site_content.png) repeat-y;
  border-top: 0;
  border-bottom: 0;
} 

#content { 
  text-align: justify;
  width: 1030px;
  padding: 0;
  margin: 0;
  
  height:240px;
}

#content_item { 
  width: 654px;
  padding: 10px 0 10px 25px;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
  width: 1064px;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin: 0;float:left;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 5px;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {

}
 
ul img {
  border: none;}
 
